projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7b73b2
)
testsuite: Reenable tests for incremental sort
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Jul 2020 19:22:14 +0000
(15:22 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 24 Jul 2020 19:22:14 +0000
(15:22 -0400)
This was unintentionally disabled.
testsuite/gtk/sortlistmodel-exhaustive.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/sortlistmodel-exhaustive.c
b/testsuite/gtk/sortlistmodel-exhaustive.c
index 4695a45442ac06d9ee7577a64db7e5762c87085c..8c1a208b81ee66eb83f531529d436501a2ec5d39 100644
(file)
--- a/
testsuite/gtk/sortlistmodel-exhaustive.c
+++ b/
testsuite/gtk/sortlistmodel-exhaustive.c
@@
-187,7
+187,7
@@
create_sort_list_model (gconstpointer model_id,
break;
case 1:
-
//
gtk_sort_list_model_set_incremental (model, TRUE);
+ gtk_sort_list_model_set_incremental (model, TRUE);
break;
default: